home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Programming / SWI / source / man / txt / README < prev    next >
Encoding:
Text File  |  1997-05-21  |  1.3 KB  |  48 lines

  1. To install:
  2.  
  3. Modified for LaTeX2e, tested using teTeX installation b y Jan
  4. Wielemaker.  This read file has been updated.
  5.  
  6. 1) Copy the desired .sty files to your favoriate LaTeX library.
  7.    I created /usr/lib/teTeX/texmf/tex/latex/doc/ and copied the
  8.    .sty files below to this new directory.
  9.  
  10.    txt.sty      - Generates fixed-width font output from LaTeX input.
  11.                   Does flush-right output if doc.tfm is installed.
  12.  
  13.    txt.tex      - "Documentation" for the above.
  14.  
  15.    rfc.sty      - .sty for Internet RFCs.
  16.  
  17.    i-d.sty      - .sty for Internet Drafts.
  18.  
  19.    rfc.tex      - "Documentation" for the above.
  20.  
  21. 2) Copy the doc.tfm file to your favorite LaTeX font directory.
  22.    I created /usr/lib/teTeX/texmf/fonts/tfm/doc/ and copied the
  23.    file there.  Make links or copies using the names docbf.tfm
  24.    and docul.tfm:
  25.  
  26.     % cd /usr/lib/teTeX/texmf/fonts/tfm/doc/
  27.     % ln doc.tfm docbf.tfm
  28.     % ln doc.tfm docul.tfm
  29.  
  30. 3) Update the kpathsea database.  On teTeX installation, run texconfig
  31.    and use the `REHASH' command.
  32.  
  33. 3) Make and install the new version of dvi2tty:
  34.  
  35.    cd dvi2tty
  36.    make
  37.    cp dvi2tty <your favorite binary directory>
  38.  
  39. ================================================================
  40. Usage:
  41.  
  42.     1) Add \usepackage{ifthen}
  43.        and \usepackage{txt}
  44.        to your included packages
  45.     2) Run: latex file
  46.     3) Run: dvi2tty file.dvi > file.txt
  47.  
  48.